home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 6 / Hot Mix 6.iso / bin / sc3d_notify < prev    next >
Text File  |  1993-10-28  |  331b  |  12 lines

  1. #!/bin/sh 
  2.  
  3. case `/usr/bin/X11/xconfirm -t "This hotmix uses a special version of showcase." \
  4.            -t "You will need to install one file on your system to" \
  5.            -t "run the hotmix on this system. " \
  6.            -t " " -t "Install file?" -b No -B Yes`
  7. in
  8.     Yes) $HOTMIXDIR/bin/Install_sclib
  9.      exit 0;;
  10.     No) exit 1;;
  11. esac
  12.